Skip to content

IdentityModel patch to remove commit SHA #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

mthalman
Copy link
Member

The changes from #198 are causing the following build error when built in the context of a synchronized VMR build leg:

fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

This is related to dotnet/source-build#3573. We can't execute git commands in the build and don't yet have predefined git info we can use.

@mthalman mthalman requested a review from eerhardt August 30, 2023 14:27
@mthalman mthalman merged commit b7d271d into dotnet:main Aug 30, 2023
@mthalman mthalman deleted the identitymodel branch August 30, 2023 14:58
@eerhardt
Copy link
Member

@mthalman are you are going to backport this patch to the identity model repo?

@mthalman
Copy link
Member Author

@mthalman are you are going to backport this patch to the identity model repo?

I wasn't planning on it. It's very much specific to source-build.

@eerhardt
Copy link
Member

It's very much specific to source-build.

The whole reason the .sh file is in the repo is because of source-build, isn't it?

@mthalman
Copy link
Member Author

The whole reason the .sh file is in the repo is because of source-build, isn't it?

That was the reason for adding it but that doesn't mean it's not relevant outside of source-build scenarios. It's a Bash version of the existing PowerShell script that does the same thing. Either can be used and should provide the same result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants